Server 2008: Disable "Shutdown Event Tracker"?
Hello, and thanks for reading this question. There was a way to disable Shutdown Event Tracker in Server 2003. The line for this option is gone in Group Policy Editor in Server 2008, as far as I can see. Can anyone point to the right folder path for Server 2008, or give a safe regchange to do so? I'm not using this function, and it's just getting in the way. Many many thanks, and happy weekend! a.k.a.
January 17th, 2008 7:51pm

Hi a.k.a, According to your description, I have test it on Windows Server 2008 RC1 and find the "Display Shutdown Event Tracker" in Group Policy Editor. 1. Expand "Computer Configuration", expand "Administrative Templates", and then expand "System". 2. Double-click "Display Shutdown Event Tracke"r. 3. Click "Disabled", and then click OK. Don't forget to "gpupdate /force" to force refresh the GPO. Please kindly find the option in Group Policy Editor, I think the GPO of Windows Server 2008 is similiar to Windows Server 2003. Thanks for your time.
Free Windows Admin Tool Kit Click here and download it now
January 17th, 2008 8:34pm

the server 2008 documentation is wrong. There is no "Display Shutdown Event Tracker" policy defined or visable.Chad
June 17th, 2008 10:16pm

I cannot find it there either... It is a bit frustrating. Lubor
Free Windows Admin Tool Kit Click here and download it now
August 12th, 2008 1:24pm

Before anyone else replies with the Cut-And-Paste, straight-off TechNet answer regurgitation aboutdisabling "Display Shutdown Event Tracker" please read this:IT DOESN"T EXIST! The ONLY way I was able to get the Shutdown Event Tracker turned off was via the registry.This may have applied to RC1 or RC2, but in the retail and Action Pack releases of 2008 Standard (both 64bit and 32bit), theDisplay Shutdown Event Tracker option is not listed under System, or anywhere else that I can find, for that matter.Use Alfredo's helpful registry entry (above) and merge it in. It works like a champ.Tom
October 26th, 2008 3:28pm

You are incorrect. I have Server 2008 SP1, and the option is there.
Free Windows Admin Tool Kit Click here and download it now
October 30th, 2008 8:26pm

User inadvertently selected shutdownin Server 2008. Is there any way of stopping the shutdown, once the Shutdown Event Tracker appears?
November 13th, 2008 11:41am

Again, you are incorrect. I have 2008 sp1 and it's there.
Free Windows Admin Tool Kit Click here and download it now
February 18th, 2009 6:02pm

I have two installs of Windows Server 2008 +SP1 and it's not displayed in either install. One was an upgrade from Server 2003 where it was present and disabled. It stayed disabled after the upgrade, but the policy entry vanished.Doug
March 14th, 2009 6:52am

I guess it must depend on exactly which group policy templates you have on your domain. On my domain at home, I have no need for the shutdown tracker so I have it disabled in the GPO. The appropriate portions of the script, at \\Domain.name\SYSVOL\Domain.name\Policies\{6AC1786C-016F-11D2-945F-00C04FB984F9}\Adm, is as follows: #ifversion>=3 CLASSMACHINE CATEGORY!!AdministrativeServices #ifversion>=4 EXPLAIN!!AdministrativeServices_Help #endif POLICY!!ShutdownReason #ifversion>=4 SUPPORTED!!SUPPORTED_WindowsXP #endif EXPLAIN!!ShutdownReason_Help KEYNAME"Software\Policies\Microsoft\WindowsNT\Reliability" VALUENAME"ShutdownReasonOn" VALUEONNUMERIC1 VALUEOFFNUMERIC0 PART!!ShutdownReason_BoxDROPDOWNLISTREQUIRED VALUENAME"ShutdownReasonUI" ITEMLIST NAME!!ShutdownReason_AlwaysVALUENUMERIC1DEFAULT NAME!!ShutdownReason_WkstnOnlyVALUENUMERIC2 NAME!!ShutdownReason_SrvOnlyVALUENUMERIC3 ENDITEMLIST ENDPART ENDPOLICY POLICY!!ShutdownEventTrackerStateFile #ifversion>=4 SUPPORTED!!SUPPORTED_WindowsNET #endif EXPLAIN!!ShutdownEventTrackerStateFile_Help KEYNAME"Software\Policies\Microsoft\WindowsNT\Reliability" VALUENAME"SnapShot" VALUEONNUMERIC1 VALUEOFFNUMERIC0 ENDPOLICY POLICY!!EE_EnablePersistentTimeStamp #ifversion>=4 SUPPORTED!!SUPPORTED_WindowsNET #endif EXPLAIN!!EE_EnablePersistentTimeStamp_Help KEYNAME"Software\Policies\Microsoft\WindowsNT\Reliability" VALUENAME"TimeStampEnabled" VALUEOFFNUMERIC0 VALUEONNUMERIC1 PART!!EE_EnablePersistentTimeStamp_Desc1TEXT ENDPART PART!!EE_EnablePersistentTimeStamp_Desc2TEXT ENDPART PART!!EE_EnablePersistentTimeStamp_Desc3TEXT ENDPART PART!!EE_EnablePersistentTimeStamp_Desc4NUMERICREQUIRED VALUENAME"TimeStampInterval" MIN1MAX86400DEFAULT60 ENDPART ENDPOLICY ENDCATEGORY;AdministrativeServices #endif [strings] EE_EnablePersistentTimeStamp="EnablePersistentTimeStamp" EE_EnablePersistentTimeStamp_Help="ThePersistentSystemTimestampallowsthesystemtodetectthetimeofunexpectedshutdownsbywritingthecurrenttimetodiskonaschedulecontrolledbytheTimestampInterval.\n\nIfyouenablethissetting,thePersistentSystemTimestampwillberefreshedaccordingtotheTimestampInterval.\n\nIfyoudisablethissetting,thePersistentSystemTimestampwillbeturnedoffandthetimingofunexpectedshutdownswillnotbedetected.\n\nIfyoudonotconfigurethissetting,thedefaultbehaviorwilloccur.\n\nNote:Bydefault,thePersistentSystemTimestampisrefreshedevery60secondsontheWindowsServer2003family.Thisfeaturemayinterferewithpowerconfigurationsettingsthatturnoffharddisksafteraperiodofinactivity.ThesepowersettingsmaybeaccessedinthePowerOptionsControlPanel." EE_EnablePersistentTimeStamp_Desc1="Thesettingallowsyoutocustomizehowoftenthe EE_EnablePersistentTimeStamp_Desc2="PersistentSystemTimeStampiswrittentothedisk." EE_EnablePersistentTimeStamp_Desc3="Therangeis1to86400seconds(1day). EE_EnablePersistentTimeStamp_Desc4="Seconds:" ShutdownEventTrackerStateFile="ActivateShutdownEventTrackerSystemStateDatafeature" ShutdownEventTrackerStateFile_Help="DefineswhentheShutdownEventTrackerSystemStateDatafeatureisactivated.\n\nThesystemstatedatafilecontainsinformationaboutthebasicsystemstateaswellasthestateofallrunningprocesses.\n\nIfyouenablethissetting,theSystemStateDatafeatureisactivatedwhentheuserindicatesthattheshutdownorrestartisunplanned.\n\nIfyoudisablethissetting,theSystemStateDatafeatureisneveractivated.\n\nIfyoudonotconfigurethissetting,thedefaultbehaviorfortheSystemStateDatafeatureoccurs.\n\nNote:Bydefault,theSystemStateDatafeatureisalwaysenabledontheWindowsServer2003family." ShutdownReason="DisplayShutdownEventTracker" ShutdownReason_Help="TheShutdownEventTrackercanbedisplayedwhenyoushutdownaworkstationorserver.Thisisanextrasetofquestionsthatisdisplayedwhenyouinvokeashutdowntocollectinformationrelatedtowhyyouareshuttingdownthecomputer.\n\nIfyouenablethissettingandchoose"Always"fromthedrop-downmenu,theShutdownEventTrackerisdisplayedwhenyoushutdown.\n\nIfyouenablethissettingandchoose"ServerOnly"fromthedrop-downmenu,theShutdownEventTrackerisdisplayedwhenyoushutdownaWindowsServer2003familycomputer.\n\nIfyouenablethissettingandchoose"WorkstationOnly"fromthedrop-downmenu,theShutdownEventTrackerisdisplayedwhenyoushutdownaWindowsXPProfessionalworkstation.\n\nIfyoudisablethissetting,theShutdownEventTrackerisnotdisplayedwhenyoushutdown.\n\nIfyoudonotconfigurethissetting,thedefaultbehaviorfortheShutdownEventTrackeroccurs.\n\nNote:Bydefault,theShutdownEventTrackerisnotdisplayedonWindowsXPProfessionalandisdisplayedbydefaultontheWindowsServer2003family." ShutdownReason_Box="ShutdownEventTrackershouldbedisplayed:" ShutdownReason_Never="Never" ShutdownReason_Always="Always" ShutdownReason_WkstnOnly="WorkstationOnly" ShutdownReason_SrvOnly="ServerOnly"
Free Windows Admin Tool Kit Click here and download it now
March 14th, 2009 6:50pm

Hi Guys, You can use Alfredo's registry hack, except that you may have to create the key "Reliability" and the dword value through regedit.
November 18th, 2009 2:11pm

Also if you're not editing the local policy you have to open "Computer Configuration" then "Policy" then "Administrative Templates" then "System" (original directions left out the Policy step)Dave Hoppel - Network Admin - Philadelphia, PA
Free Windows Admin Tool Kit Click here and download it now
June 8th, 2011 7:17pm

Make sure you are in Group policy editor gpedit.msc and NOT Local Security Policy. It isn't in local sec pol.
August 29th, 2011 11:37am

Just to let you all know...the process for disabling the "Display Shutdown Event Tracker" in Server 2008 R2 is the same... Start Run GPEDIT.MSC Computer Configuration Administrative Templates System Display Shutdown Event Tracker is at the bottom of the page. Double click and select the 'Disable' radio button.
Free Windows Admin Tool Kit Click here and download it now
September 27th, 2011 7:05am

The GPEDIT.MSC option is the correct way (not the only way mind you) and easiest way to disable the eventracker.
September 30th, 2011 4:52pm

We are so used to expanding folder we get in trouble. It is NOT in a folder tree under System - it is IN the System item - don't look for it in the folders under System. Just click on the word System.what this?
Free Windows Admin Tool Kit Click here and download it now
June 8th, 2012 11:19am

I want u to know that even though your screenshot was blury, it was right on the money. I was able to see that you actually have to click on system folder and scroll down on the right screen to see the option for event tracker. double click and the config box for the item opens select disable and tada, just run the 'gpupdate /force' without the tally marks and sys will update gpo. thanks again!
June 30th, 2012 11:30pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics